3.3046 \(\int (d x)^m (a+b (c x^q)^n)^p \, dx\)

Optimal. Leaf size=86 \[ \frac{(d x)^{m+1} \left (a+b \left (c x^q\right )^n\right )^p \left (\frac{b \left (c x^q\right )^n}{a}+1\right )^{-p} \, _2F_1\left (-p,\frac{m+1}{n q};\frac{m+1}{n q}+1;-\frac{b \left (c x^q\right )^n}{a}\right )}{d (m+1)} \]

[Out]

((d*x)^(1 + m)*(a + b*(c*x^q)^n)^p*Hypergeometric2F1[-p, (1 + m)/(n*q), 1 + (1 + m)/(n*q), -((b*(c*x^q)^n)/a)]
)/(d*(1 + m)*(1 + (b*(c*x^q)^n)/a)^p)

________________________________________________________________________________________

Rubi [A]  time = 0.0437766, antiderivative size = 86, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.158, Rules used = {370, 365, 364} \[ \frac{(d x)^{m+1} \left (a+b \left (c x^q\right )^n\right )^p \left (\frac{b \left (c x^q\right )^n}{a}+1\right )^{-p} \, _2F_1\left (-p,\frac{m+1}{n q};\frac{m+1}{n q}+1;-\frac{b \left (c x^q\right )^n}{a}\right )}{d (m+1)} \]

Antiderivative was successfully verified.

[In]

Int[(d*x)^m*(a + b*(c*x^q)^n)^p,x]

[Out]

((d*x)^(1 + m)*(a + b*(c*x^q)^n)^p*Hypergeometric2F1[-p, (1 + m)/(n*q), 1 + (1 + m)/(n*q), -((b*(c*x^q)^n)/a)]
)/(d*(1 + m)*(1 + (b*(c*x^q)^n)/a)^p)

Rule 370

Int[((d_.)*(x_))^(m_.)*((a_) + (b_.)*((c_.)*(x_)^(q_))^(n_))^(p_.), x_Symbol] :> Subst[Int[(d*x)^m*(a + b*c^n*
x^(n*q))^p, x], x^(n*q), (c*x^q)^n/c^n] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&  !RationalQ[n]

Rule 365

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[(a^IntPart[p]*(a + b*x^n)^FracPart[p])
/(1 + (b*x^n)/a)^FracPart[p], Int[(c*x)^m*(1 + (b*x^n)/a)^p, x], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[
p, 0] &&  !(ILtQ[p, 0] || GtQ[a, 0])

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rubi steps

\begin{align*} \int (d x)^m \left (a+b \left (c x^q\right )^n\right )^p \, dx &=\operatorname{Subst}\left (\int (d x)^m \left (a+b c^n x^{n q}\right )^p \, dx,x^{n q},c^{-n} \left (c x^q\right )^n\right )\\ &=\operatorname{Subst}\left (\left (\left (a+b c^n x^{n q}\right )^p \left (1+\frac{b c^n x^{n q}}{a}\right )^{-p}\right ) \int (d x)^m \left (1+\frac{b c^n x^{n q}}{a}\right )^p \, dx,x^{n q},c^{-n} \left (c x^q\right )^n\right )\\ &=\frac{(d x)^{1+m} \left (a+b \left (c x^q\right )^n\right )^p \left (1+\frac{b \left (c x^q\right )^n}{a}\right )^{-p} \, _2F_1\left (-p,\frac{1+m}{n q};1+\frac{1+m}{n q};-\frac{b \left (c x^q\right )^n}{a}\right )}{d (1+m)}\\ \end{align*}

Mathematica [A]  time = 0.13734, size = 82, normalized size = 0.95 \[ \frac{x (d x)^m \left (a+b \left (c x^q\right )^n\right )^p \left (\frac{b \left (c x^q\right )^n}{a}+1\right )^{-p} \, _2F_1\left (-p,\frac{m+1}{n q};\frac{m+1}{n q}+1;-\frac{b \left (c x^q\right )^n}{a}\right )}{m+1} \]

Antiderivative was successfully verified.

[In]

Integrate[(d*x)^m*(a + b*(c*x^q)^n)^p,x]

[Out]

(x*(d*x)^m*(a + b*(c*x^q)^n)^p*Hypergeometric2F1[-p, (1 + m)/(n*q), 1 + (1 + m)/(n*q), -((b*(c*x^q)^n)/a)])/((
1 + m)*(1 + (b*(c*x^q)^n)/a)^p)

________________________________________________________________________________________

Maple [F]  time = 2.085, size = 0, normalized size = 0. \begin{align*} \int \left ( dx \right ) ^{m} \left ( a+b \left ( c{x}^{q} \right ) ^{n} \right ) ^{p}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^m*(a+b*(c*x^q)^n)^p,x)

[Out]

int((d*x)^m*(a+b*(c*x^q)^n)^p,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (\left (c x^{q}\right )^{n} b + a\right )}^{p} \left (d x\right )^{m}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*(a+b*(c*x^q)^n)^p,x, algorithm="maxima")

[Out]

integrate(((c*x^q)^n*b + a)^p*(d*x)^m, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\left (\left (c x^{q}\right )^{n} b + a\right )}^{p} \left (d x\right )^{m}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*(a+b*(c*x^q)^n)^p,x, algorithm="fricas")

[Out]

integral(((c*x^q)^n*b + a)^p*(d*x)^m, x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (d x\right )^{m} \left (a + b \left (c x^{q}\right )^{n}\right )^{p}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)**m*(a+b*(c*x**q)**n)**p,x)

[Out]

Integral((d*x)**m*(a + b*(c*x**q)**n)**p, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (\left (c x^{q}\right )^{n} b + a\right )}^{p} \left (d x\right )^{m}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*(a+b*(c*x^q)^n)^p,x, algorithm="giac")

[Out]

integrate(((c*x^q)^n*b + a)^p*(d*x)^m, x)